home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / 2.0_nxyPalette1.2 / src / title.psw < prev   
Encoding:
Text File  |  1992-05-26  |  483 b   |  24 lines

  1. defineps PSWTestTitle(float xscale,yscale)
  2.  
  3. gsave
  4. xscale yscale scale
  5.  
  6. 108 132 translate
  7.  
  8. /Times-Italic findfont 80 scalefont setfont
  9. /printIt {0 0 moveto (nxyView) show} def
  10. 22 0 translate
  11. .98 -.02 0 {setgray printIt -1 .5 translate} for
  12. 2 3 div setgray printIt 
  13.  
  14. -4 -54 moveto
  15. /Times-Roman findfont 24 scalefont setfont
  16. (In  Interface Builder TestMode,) show
  17.  
  18. -44 -84 moveto
  19. /Times-Roman findfont 24 scalefont setfont
  20. (Click RIGHT mouse button to load data) show 
  21. grestore
  22.  
  23. endps
  24.